github.com/klauspost/compress/flate.tokens.EstimatedBits (method)

2 uses

	github.com/klauspost/compress/flate (current package)
		huffman_bit_writer.go#L667: 		newSize := w.lastHeader + tokens.EstimatedBits()
		token.go#L225: func (t *tokens) EstimatedBits() int {